object SetDelims: TSetDelims Left = 342 Top = 264 Width = 294 Height = 198 ActiveControl = StartEdit Caption = 'Set Delims' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 24 Top = 24 Width = 85 Height = 13 Caption = 'Starting Delimiter: ' end object Label2: TLabel Left = 24 Top = 64 Width = 82 Height = 13 Caption = 'Ending Delimiter: ' end object StartEdit: TEdit Left = 128 Top = 24 Width = 121 Height = 21 TabOrder = 0 Text = '<' end object EndEdit: TEdit Left = 128 Top = 64 Width = 121 Height = 21 TabOrder = 1 Text = '>' end object BitBtn1: TBitBtn Left = 96 Top = 112 Width = 75 Height = 25 TabOrder = 2 Kind = bkOK end end